home *** CD-ROM | disk | FTP | other *** search
/ Champak 122 / Vol 122.iso / games / sketchbo.swf / scripts / DefineSprite_68_pic_commando / frame_1 / DoAction.as
Encoding:
Text File  |  2011-01-06  |  99 b   |  6 lines

  1. this.randomize = function()
  2. {
  3.    var _loc1_ = random(10) + 1;
  4.    gotoAndPlay(_loc1_ * 20);
  5. };
  6.